3DWorld (148/293)

From:Antonio Palladini
Date:22 Apr 2000 at 23:02:04
Subject:MiniGL and gcc

Hallo,

I have tried to compile a little Testprog using MiniGL with gcc,
but always get an undefined reference error for all MiniGL-Functions
I use.

Like :

test.o(.text+0x9a): undefined reference to `mini_CurrentContext'
test.o(.text+0xe4): undefined reference to `mini_CurrentContext'
test.o(.text+0xea): undefined reference to `mini_CurrentContext'
test.o(.text+0x108): undefined reference to `mini_CurrentContext'
test.o(.text+0x1c): undefined reference to `MGLInit'

what I have done wrong ???

I use gcc version 2.95.1 19990816 vor 68k and libmgl.a from
MiniGL-Arcive.

regards Palla